svn path=/trunk/; revision=21115
+2008-08-13 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 532644 – TIFF loader need to exclude CR2 files
+
+ * io-tiff.c: Add a pattern to exclude CR2 files.
+ Noticed by Hubert Figuire
+
2008-08-13 Michael Natterer <mitch@imendio.com>
* gdk-pixbuf-marshal.list: reorder marshalers for no reason apart
static GdkPixbufModulePattern signature[] = {
{ "MM \x2a", " z ", 100 },
{ "II\x2a ", " z", 100 },
+ { "II* \020 CR\002 ", " z zzz z", 0 },
{ NULL, NULL, 0 }
};
static gchar * mime_types[] = {